home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2002 November
/
EnterCD 11_2002.iso
/
Internet
/
Flash Web Browser 2.1
/
FlashWebBrowserJ.EXE
/
fullscre.___
/
scripts
/
DefineButton2_18
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-30
|
262 b
|
15 lines
on(press){
active = _level0.active;
if(!active)
{
fscommand("_smalltool");
_level0.active = active = true;
}
else
{
fscommand("_nostool");
_level0.active = active = false;
unloadMovieNum(111);
}
}